home *** CD-ROM | disk | FTP | other *** search
/ Risc OS Programmer's Reference Manuals / Risc OS Programmer's Reference Manuals.iso / HTML / OVERVIEWS / OVERVIEW-ASM.IDX < prev    next >
Encoding:
Text File  |  2000-02-01  |  16.9 KB  |  462 lines

  1. >INTRO.HTML Assembler: Chapter 1: Introduction
  2. >OBJASM.HTML Assembler: Chapter 2: ObjAsm
  3. >CPU.HTML Assembler: Chapter 3: The ARM CPU
  4. >ASMLANG.HTML Assembler: Chapter 4: ARM assembly language
  5. >INSTRSET.HTML Assembler: Chapter 5: CPU instruction set
  6. >FPINSTRS.HTML Assembler: Chapter 6: Floating point instructions
  7. >DIRECTIV.HTML Assembler: Chapter 7: Directives
  8. >SYMBOLIC.HTML Assembler: Chapter 8: Symbolic capabilities
  9. >EXPROP.HTML Assembler: Chapter 9: Expressions and operators
  10. >CONDASM.HTML Assembler: Chapter 10: Conditional assembly
  11. >MACROS.HTML Assembler: Chapter 11: Macros
  12. >EXHANDLE.HTML Assembler: Chapter 12: Exception handling
  13. >WRITERM.HTML Assembler: Chapter 13: Writing relocatable modules
  14. >ASMPC.HTML Assembler: Chapter 14: Interworking assembler with C
  15. >NEWFEATS.HTML Assembler: Appendix A: Changes to the assembler
  16. >ERRORS.HTML Assembler: Appendix B: Error messages
  17. >ASMEG.HTML Assembler: Appendix C: Example assembler fragments
  18. >WARNINGS.HTML Assembler: Appendix D: Warnings on the use of ARM assembler
  19. >AASM.HTML Assembler: Appendix E: Support for AAsm source
  20. :INTRO.HTML Assembler: Chapter 1: Introduction
  21. 1 idx-207 Introduction
  22. 5 idx-208 Installation
  23. 4 idx-209 Assembler tools
  24. 5 idx-210 Objasm
  25. 4 idx-211 This user guide
  26. 5 idx-212 Note on program examples
  27. 4 marker-54168 Conventions used in this manual
  28. :OBJASM.HTML Assembler: Chapter 2: ObjAsm
  29. 1 marker-514819 ObjAsm
  30. 4 idx-216 Starting ObjAsm
  31. 4 idx-217 The SetUp dialogue box
  32. 5 65408 Include
  33. 5 idx-218 Options
  34. 4 idx-219 The SetUp menu
  35. 5 idx-220 The command line
  36. 5 83455 Controlling syntax
  37. 5 marker-515135 Predefining a variable
  38. 5 marker-515147 Controlling cacheing
  39. 5 idx-221 Handling warnings and errors
  40. 5 12875 Listings
  41. 5 marker-515198 Choosing your work directory
  42. 5 marker-515203 Specifying other command line options
  43. 4 marker-515224 ObjAsm output
  44. 4 marker-515235 ObjAsm icon bar menu
  45. 4 idx-222 Example ObjAsm session
  46. 4 marker-515249 ObjAsm command lines
  47. 5 ObjAsm Command line options available from the desktop
  48. 5 92739 Command line options not available from the desktop
  49. :CPU.HTML Assembler: Chapter 3: The ARM CPU
  50. 1 marker-75869 The ARM CPU
  51. 4 idx-25 Introduction
  52. 5 idx-26 Bus widths
  53. 5 idx-27 Instruction set
  54. 5 idx-28 Pipelining
  55. 5 idx-29 Memory interface
  56. 5 idx-30 Data types
  57. 4 marker-75904 Block diagram of core
  58. 4 18456 26 bit architecture
  59. 5 62416 Processor modes
  60. 5 59579 Registers
  61. 5 67780 Register R15
  62. 5 18312 Register R14
  63. 5 marker-76472 Changing operating modes
  64. 4 45809 32 bit architecture
  65. 5 idx-31 New features in ARM6
  66. 5 idx-32 Processor configuration
  67. 5 idx-33 Processor modes
  68. 6 marker-76109 The 26 bit processor modes
  69. 5 idx-34 RISC OS processor configuration and modes
  70. 5 90965 Registers
  71. 5 39194 The CPSR and SPSR registers
  72. 4 marker-76204 Exceptions
  73. 5 idx-35 Introduction
  74. 5 96092 FIQ (Fast interrupt request)
  75. 5 idx-36 IRQ (Interrupt request)
  76. 5 94967 Address exception trap
  77. 5 idx-37 Abort
  78. 6 marker-76292 Abort during instruction prefetch
  79. 6 marker-76350 Abort during data access
  80. 6 idx-38 Abort during an internal cycle
  81. 6 idx-39 Using aborts to implement virtual memory systems
  82. 5 marker-76370 Software interrupt
  83. 5 idx-40 Undefined instruction trap
  84. 5 idx-41 Reset
  85. 5 idx-42 Vector summary
  86. 5 idx-43 Exception Priorities
  87. 5 idx-44 Interrupt latencies
  88. :ASMLANG.HTML Assembler: Chapter 4: ARM assembly language
  89. 1 84484 ARM assembly language
  90. 4 idx-16 General
  91. 4 idx-17 Input lines
  92. 4 marker-804592 AREAs
  93. 5 81755 Area attributes
  94. 4 marker-804646 ORG and ABS
  95. 4 marker-804660 Symbols
  96. 4 marker-804729 Labels
  97. 4 marker-804731 Local labels
  98. 5 idx-18 References to local labels
  99. 4 marker-804740 Comments
  100. 4 marker-804741 Constants
  101. 5 marker-804742 Numbers
  102. 5 marker-804743 Strings
  103. 5 marker-804744 Boolean
  104. 4 idx-19 The END directive
  105. :INSTRSET.HTML Assembler: Chapter 5: CPU instruction set
  106. 1 17921 CPU instruction set
  107. 4 marker-867132 The condition field
  108. 5 idx-71 Conditional instruction sequence
  109. 4 idx-72 Instruction timings
  110. 4 marker-867161 The barrel shifter
  111. 5 idx-73 Unshifted register
  112. 5 idx-74 Register shifted by a constant amount
  113. 5 idx-75 Value resulting from rotating register and carry bit one bit right
  114. 5 idx-76 Register shifted by n bits
  115. 5 idx-77 8-bit constant rotated right by 2n bits
  116. 5 idx-78 8-bit constant rotated right by 2n bits and specified explicitly
  117. 4 marker-867233 Shift types
  118. 5 idx-79 Mnemonics
  119. 5 marker-867281 Specification of the shift amount
  120. 6 idx-80 Instruction specified shift amount
  121. 6 idx-81 Register specified shift amount
  122. 5 marker-867313 Logical shift left, or arithmetic shift left
  123. 6 idx-82 Special cases
  124. 5 marker-867314 Logical shift right
  125. 6 idx-83 Special cases
  126. 5 marker-846603 Arithmetic shift right
  127. 6 idx-84 Special cases
  128. 5 marker-846604 Rotate right
  129. 6 idx-85 Special cases
  130. 5 marker-857753 Rotate right with extend
  131. 4 idx-86 Coprocessor instructions
  132. 2 marker-867339 Branch, Branch with Link (B, BL)
  133. 5 idx-87 Instruction format
  134. 5 idx-88 Assembler syntax
  135. 5 idx-89 Synopsis
  136. 5 94385 The link bit
  137. 5 idx-90 32 bit operation
  138. 6 idx-91 Calculating the offset
  139. 6 idx-92 The link bit
  140. 5 idx-93 Examples
  141. 2 39219 Data processing
  142. 5 idx-94 Instruction format
  143. 5 idx-95 Assembler syntax
  144. 6 idx-96 MOV and MVN - single operand
  145. 6 idx-97 CMN, CMP, TEQ and TST - no result written
  146. 6 idx-98 ADC, ADD, AND, BIC, OR, ORR, RSB, RSC, SBC, SUB - two operands
  147. 6 idx-99 Parameters
  148. 6 60135 Opcodes
  149. 5 idx-100 Synopsis
  150. 5 62074 The S bit
  151. 6 idx-101 Logical operations (AND, BIC, EOR, MOV, MVN, ORR, TEQ, TST)
  152. 6 idx-102 Arithmetic operations (ADC, ADD, CMP, CMN, RSB, RSC, SBC, SUB)
  153. 5 idx-103 The P flag
  154. 5 marker-867497 Shifts
  155. 5 marker-867498 Immediate operand rotates
  156. 5 marker-867505 Using R15 as the destination or operand
  157. 6 27425 Using R15 as the destination
  158. 6 14951 Using R15 as an operand
  159. 5 idx-104 32 bit operation
  160. 6 idx-105 TEQP, TSTP, CMPP and CMNP
  161. 6 idx-106 Using R15 as the shift register
  162. 6 idx-107 Using R15 as the destination
  163. 5 idx-108 Examples
  164. 2 marker-867520 PSR transfer (MRS, MSR)
  165. 5 idx-109 Instruction format
  166. 5 idx-110 Assembler syntax
  167. 5 idx-111 Synopsis
  168. 5 idx-112 Operand restrictions
  169. 5 idx-113 Reserved bits
  170. 5 idx-114 Examples
  171. 2 marker-867605 Multiply and Multiply-Accumulate (MUL, MLA)
  172. 5 idx-115 Instruction format
  173. 5 idx-116 Assembler syntax
  174. 5 idx-117 Synopsis
  175. 5 idx-118 PSR flags
  176. 5 idx-119 Operand restrictions
  177. 5 idx-120 32 bit operation
  178. 5 idx-121 Examples
  179. 2 marker-867632 Multiply Long and Multiply-Accumulate Long (UMULL, SMULL, UMLAL, SMLAL)
  180. 5 idx-122 Instruction format
  181. 5 idx-123 Assembler syntax
  182. 5 idx-124 Synopsis
  183. 5 idx-125 PSR flags
  184. 5 idx-126 Operand restrictions
  185. 5 idx-127 Examples
  186. 2 marker-867651 Single data transfer (LDR, STR)
  187. 5 idx-128 Instruction format
  188. 5 idx-129 Assembler syntax
  189. 5 idx-130 Synopsis
  190. 5 idx-131 Offsets and auto-indexing
  191. 5 idx-132 Shifted register offset
  192. 5 idx-133 Bytes and words
  193. 5 marker-867689 Use of R15
  194. 5 marker-867690 Address exceptions
  195. 5 marker-867691 Data Aborts
  196. 5 idx-134 32 bit operation
  197. 5 idx-135 Examples
  198. 2 marker-867705 Block data transfer (LDM, STM)
  199. 5 idx-136 Instruction format
  200. 5 idx-137 Assembler syntax
  201. 6 idx-138 Addressing mode names
  202. 5 idx-139 Synopsis
  203. 5 idx-140 The register list
  204. 5 idx-141 Addressing modes
  205. 5 idx-142 Transfer of R15
  206. 5 marker-867749 Forcing transfer of the user bank
  207. 5 idx-143 Use of R15 as the base
  208. 5 idx-144 Inclusion of the base in the register list
  209. 5 idx-145 When the base register is in the list of registers
  210. 5 marker-867751 Address exceptions
  211. 5 marker-867752 Data Aborts
  212. 6 idx-146 Aborts during STM instructions
  213. 6 idx-147 Aborts during LDM instructions
  214. 5 idx-148 32 bit operation
  215. 5 idx-149 Examples
  216. 2 marker-867776 Single data swap (SWP)
  217. 5 idx-150 Instruction format
  218. 5 idx-151 Assembler syntax
  219. 5 idx-152 Synopsis
  220. 5 idx-153 Bytes and words
  221. 5 idx-154 Use of R15
  222. 5 marker-867787 Data aborts
  223. 5 idx-155 Examples
  224. 2 marker-867804 Software interrupt (SWI)
  225. 5 idx-156 Instruction format
  226. 5 idx-157 Assembler syntax
  227. 5 idx-158 Synopsis
  228. 5 idx-159 Return from the supervisor
  229. 5 idx-160 Comment field
  230. 5 idx-161 32 bit operation
  231. 5 idx-162 Examples
  232. 2 marker-867817 Coprocessor data operations (CDP)
  233. 5 idx-163 Instruction format
  234. 5 idx-164 Assembler syntax
  235. 5 idx-165 Synopsis
  236. 5 idx-166 The coprocessor fields
  237. 5 idx-167 Restriction
  238. 5 idx-168 Examples
  239. 2 marker-867871 Coprocessor data transfers (LDC, STC)
  240. 5 idx-169 Instruction format
  241. 5 idx-170 Assembler syntax
  242. 5 idx-171 Synopsis
  243. 5 idx-172 The coprocessor fields
  244. 5 idx-173 Addressing modes
  245. 5 idx-174 Address alignment
  246. 5 idx-175 Use of R15
  247. 5 idx-176 Address exceptions
  248. 5 marker-867879 Data aborts
  249. 5 idx-177 32 bit operation
  250. 5 idx-178 Examples
  251. 2 marker-867892 Coprocessor register transfers (MCR, MRC)
  252. 5 idx-179 Instruction format
  253. 5 idx-180 Assembler syntax
  254. 5 idx-181 Synopsis
  255. 5 idx-182 The coprocessor fields
  256. 5 marker-867898 Transfers to R15
  257. 5 idx-183 Transfers from R15
  258. 5 idx-184 32 bit operation
  259. 6 idx-185 Transfers to R15
  260. 6 idx-186 Transfers from R15
  261. 5 idx-187 Examples
  262. 2 33017 Undefined instructions
  263. 5 idx-188 Instruction format
  264. 5 idx-189 Assembler syntax
  265. 5 idx-190 Synopsis
  266. 2 idx-191 Instruction set summary
  267. 5 idx-192 Instruction formats
  268. 5 idx-193 Assembler syntax
  269. 6 idx-194 Parameters for the above, alphabetically sorted
  270. 5 idx-195 Synopsis
  271. 2 marker-867930 Further instructions
  272. 4 idx-196 Extended range immediate constants
  273. 5 idx-197 Synopsis
  274. 4 marker-846828 The ADR instruction
  275. 5 idx-198 Assembler syntax
  276. 5 idx-199 Synopsis
  277. 6 idx-200 Register-relative
  278. 6 idx-201 Program-relative
  279. 6 idx-202 Numeric
  280. 4 marker-867956 The ADRL instruction
  281. 5 idx-203 Assembler syntax
  282. 5 idx-204 Synopsis
  283. 4 marker-867966 Literals
  284. 5 idx-205 Assembler syntax
  285. 5 idx-206 Synopsis
  286. :FPINSTRS.HTML Assembler: Chapter 6: Floating point instructions
  287. 1 marker-218226 Floating point instructions
  288. 4 idx-46 Programmer's model
  289. 4 idx-47 Available systems
  290. 4 idx-48 Precision
  291. 4 97842 Floating point number formats
  292. 5 marker-216065 IEEE Single Precision (S)
  293. 5 marker-216099 IEEE Double Precision (D)
  294. 5 marker-216140 Double Extended Precision (E)
  295. 5 marker-216194 Packed Decimal (P)
  296. 5 marker-216292 Expanded Packed Decimal (EP)
  297. 4 idx-49 Floating point status register
  298. 5 idx-50 System ID byte
  299. 5 idx-51 Exception Trap Enable Byte
  300. 5 idx-52 System Control Byte
  301. 6 idx-53 ND - No denormalised numbers bit
  302. 6 idx-54 NE - NaN exception bit 
  303. 6 idx-55 SO - Select synchronous operation of FPA
  304. 6 idx-56 EP - Use expanded packed decimal format
  305. 6 idx-57 AC - Use alternative definition for C flag on compare operations
  306. 5 92907 Cumulative Exception Flags Byte
  307. 6 idx-58 IVO - invalid operation
  308. 6 idx-59 DVZ - division by zero
  309. 6 idx-60 OFL - overflow
  310. 6 idx-61 UFL - underflow
  311. 6 idx-62 INX - inexact
  312. 4 idx-63 Floating Point Control Register
  313. 5 idx-64 The FPPC system
  314. 5 idx-65 The FPA system
  315. 4 idx-66 Assembler directives and syntax
  316. 5 51849 Floating point number input
  317. 5 idx-67 NOFP directive
  318. 5 idx-68 Floating point register equating: FN
  319. 5 marker-216842 Floating point store loading directives
  320. 4 idx-69 The instruction set
  321. 5 marker-217981 Floating point coprocessor data transfer
  322. 6 86737 Floating point literals
  323. 5 marker-218023 Floating point coprocessor multiple data transfer
  324. 5 marker-218047 Floating point coprocessor register transfer
  325. 5 marker-218108 Floating point coprocessor data operations
  326. 5 marker-218181 Floating point coprocessor status transfer
  327. 4 idx-70 Finding out more...
  328. :DIRECTIV.HTML Assembler: Chapter 7: Directives
  329. 1 marker-804938 Directives
  330. 4 marker-804976 Storage reservation and initialisation - DCB, DCW and DCD
  331. 4 marker-804964 Floating point store initialisation - DCFS and DCFD
  332. 4 marker-804980 Describing the layout of store - ^ and #
  333. 4 marker-805004 Organisational directives - END, ORG, LTORG and KEEP
  334. 4 marker-805011 Links to other object files - IMPORT and EXPORT
  335. 4 marker-805024 Links to other source files - GET/INCLUDE
  336. 4 marker-805026 Diagnostic generation - ASSERT and !
  337. 4 marker-805028 Dynamic listing options - OPT
  338. 4 marker-805033 Titles - TTL and SUBT
  339. 4 marker-805038 Miscellaneous directives - ALIGN, NOFP, RLIST and ENTRY
  340. :SYMBOLIC.HTML Assembler: Chapter 8: Symbolic capabilities
  341. 1 idx-223 Symbolic capabilities
  342. 4 idx-224 Setting constants
  343. 4 marker-804723 Local and global variables - GBL, LCL and SET
  344. 4 marker-804733 Variable substitution - $
  345. 4 idx-225 Built-in variables
  346. :EXPROP.HTML Assembler: Chapter 9: Expressions and operators
  347. 1 marker-804680 Expressions and operators
  348. 4 marker-804732 Unary operators
  349. 4 marker-804738 Binary operators
  350. 5 marker-804785 Multiplicative operators
  351. 5 marker-804786 String manipulation operators
  352. 5 marker-804787 Shift operators
  353. 5 marker-804788 Addition and logical operators
  354. 5 marker-804789 Relational operators
  355. 5 marker-804790 Boolean operators
  356. :CONDASM.HTML Assembler: Chapter 10: Conditional assembly
  357. 1 marker-803541 Conditional and repetitive assembly
  358. 4 idx-20 Conditional assembly
  359. 5 idx-21 Simple use of the IF and ENDIF directives
  360. 2 idx-22 Simple use of the IF, ELSE and ENDIF directives
  361. 2 idx-23 Conditional assembly and the NoTerse option
  362. 2 idx-24 An example
  363. 1 marker-803658 Repetitive assembly
  364. :MACROS.HTML Assembler: Chapter 11: Macros
  365. 1 marker-803644 Macros
  366. 4 idx-213 Syntax
  367. 4 marker-803659 Local variables
  368. 4 marker-803662 MEXIT directive
  369. 4 idx-214 Default values
  370. 4 idx-215 Macro substitution method
  371. 4 marker-803686 Nesting macros
  372. 4 71146 A division macro
  373. :EXHANDLE.HTML Assembler: Chapter 12: Exception handling
  374. 1 marker-803255 Exception handling
  375. 4 42424 RISC OS processor configuration and modes
  376. 4 marker-803266 The pre-veneers
  377. 5 idx-45 Entering 32 bit modes
  378. 4 marker-803286 Claiming the hardware vectors
  379. 4 40353 Writing to the FIQ vector
  380. :WRITERM.HTML Assembler: Chapter 13: Writing relocatable modules
  381. 1 marker-803360 Writing relocatable modules in assembler
  382. 4 idx-243 Assembler directives
  383. 4 idx-244 Example
  384. :ASMPC.HTML Assembler: Chapter 14: Interworking assembler with C
  385. 1 marker-803733 Interworking assembler with C
  386. 4 idx-1 Examples
  387. 5 idx-2 PrintLib
  388. 6 30122 Compiling the CTestPrLib example
  389. 6 idx-3 Compiling and linking CTestPrLib in separate stages
  390. 5 marker-803753 CStatics
  391. :NEWFEATS.HTML Assembler: Appendix A: Changes to the assembler
  392. 1 marker-556595 Changes to the assembler
  393. :ERRORS.HTML Assembler: Appendix B: Error messages
  394. 1 marker-556616 Error messages
  395. :ASMEG.HTML Assembler: Appendix C: Example assembler fragments
  396. 1 marker-556760 Example assembler fragments
  397. 2 marker-556769 Using the conditional instructions
  398. 4 idx-4 Using conditionals for logical OR
  399. 4 idx-5 Absolute value
  400. 4 idx-6 Combining discrete and range tests
  401. 4 idx-7 Division and remainder
  402. 2 idx-8 Pseudo-random binary sequence generator
  403. 2 marker-556776 Multiplication by a constant
  404. 4 idx-9 Multiplication by 2n (1,2,4,8,16,32...)
  405. 4 idx-10 Multiplication by 2n+1 (3,5,9,17...)
  406. 4 idx-11 Multiplication by 2n-1 (3,7,15...)
  407. 4 idx-12 Multiplication by 6
  408. 4 idx-13 Multiply by 10 and add in extra number
  409. 4 idx-14 General recursive method for Rb := Ra×C, C a constant
  410. 2 idx-15 Loading a word from an unknown alignment
  411. 2 marker-556797 Sign/zero extension of a half word
  412. 2 marker-556799 Return setting condition codes
  413. 2 marker-556792 Full multiply
  414. :WARNINGS.HTML Assembler: Appendix D: Warnings on the use of ARM assembler
  415. 1 27297 Warnings on the use of ARM assembler
  416. 4 idx-226 Restrictions to the ARM instruction set
  417. 4 idx-227 Instructions and code sequences to avoid
  418. 5 marker-557392 TSTP/TEQP/CMPP/CMNP: Changing mode
  419. 5 idx-228 LDM/STM: Forcing transfer of the user bank (Part 1)
  420. 5 idx-229 LDM: Forcing transfer of the user bank (Part 2)
  421. 5 marker-557425 SWI/Undefined Instruction trap interaction
  422. 5 marker-557427 Undefined instruction/Prefetch abort trap interaction
  423. 5 idx-230 Single instructions to avoid
  424. 6 marker-557428 Any instruction that uses the 1111 condition code
  425. 6 idx-231 Data processing
  426. 6 idx-232 Multiply and multiply-accumulate
  427. 6 idx-233 Single data transfer
  428. 6 idx-234 Block data transfer
  429. 6 idx-235 Single data swap
  430. 6 idx-236 Coprocessor data transfers
  431. 6 idx-237 Undefined instructions
  432. 6 idx-238 Register access after an in-line mode change
  433. 6 marker-557443 Register access after an LDM that forces user mode data transfer
  434. 5 idx-239 Other points to note
  435. 6 marker-557444 Use of R15
  436. 6 marker-557450 STM: Inclusion of the base in the register list
  437. 6 marker-557452 MUL/MLA: Register restrictions
  438. 6 marker-557457 LDM/STM: Address Exceptions
  439. 6 marker-557456 LDC/STC: Address Exceptions
  440. 6 marker-557466 LDC: Data transfers to a coprocessor fetch more data than expected
  441. 4 idx-240 Static ARM problems
  442. 6 idx-241 Case 1: LDR Rd,[PC,#expression]!
  443. 6 idx-242 Case 2: LDR Rd,[PC],#expression
  444. :AASM.HTML Assembler: Appendix E: Support for AAsm source
  445. 1 marker-556608 Support for AAsm source
  446. 4 idx-0 The -ABSolute option
  447. =INSTRSET.HTML#marker-867339 Branch, Branch with Link (B, BL)
  448. =INSTRSET.HTML#39219 Data processing
  449. =INSTRSET.HTML#marker-867520 PSR transfer (MRS, MSR)
  450. =INSTRSET.HTML#marker-867605 Multiply and Multiply-Accumulate (MUL, MLA)
  451. =INSTRSET.HTML#marker-867632 Multiply Long and Multiply-Accumulate Long (UMULL, SMULL, UMLAL, SMLAL)
  452. =INSTRSET.HTML#marker-867651 Single data transfer (LDR, STR)
  453. =INSTRSET.HTML#marker-867705 Block data transfer (LDM, STM)
  454. =INSTRSET.HTML#marker-867776 Single data swap (SWP)
  455. =INSTRSET.HTML#marker-867804 Software interrupt (SWI)
  456. =INSTRSET.HTML#marker-867817 Coprocessor data operations (CDP)
  457. =INSTRSET.HTML#marker-867871 Coprocessor data transfers (LDC, STC)
  458. =INSTRSET.HTML#marker-867892 Coprocessor register transfers (MCR, MRC)
  459. =INSTRSET.HTML#33017 Undefined instructions
  460. =INSTRSET.HTML#idx-191 Instruction set summary
  461. =INSTRSET.HTML#marker-867930 Further instructions
  462.